home *** CD-ROM | disk | FTP | other *** search
/ The Programmer Disk / The Programmer Disk (Microforum).iso / xpro / c4 / pro5 / alarm.mak < prev    next >
Text File  |  1988-11-09  |  305b  |  10 lines

  1. # Make file assumes that your compiler has both real and protected
  2. # mode libraries in your LIB path, if you are running only OS/2
  3. # protected mode libraries remove the -Lp option from this make file
  4.  
  5. alarm.obj:    alarm.c
  6.     cl -Lp -G2sw -Ox -c alarm.c
  7.  
  8. alarm.exe:    alarm.obj
  9.     cl -Lp -G2sw -Ox alarm
  10.